Platform Explorer / Nuxeo Platform 6.0

Operation Seam.FetchDocument (UI Document From Seam)

Description

Fetch a document from the Seam context given its Seam name.
Operation id Seam.FetchDocument
Category Fetch
Label UI Document From Seam
Requires Seam
Since

Parameters

Name Description Type Required Default value
name string yes  

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.FetchDocumentFromSeamContext
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.FetchDocument",
  "label" : "UI Document From Seam",
  "category" : "Fetch",
  "requires" : "Seam",
  "description" : "Fetch a document from the Seam context given its Seam name.",
  "url" : "Seam.FetchDocument",
  "signature" : [ "void", "document" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}